home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / usrlib / src / temp.asm < prev    next >
Encoding:
Assembly Source File  |  1994-02-21  |  83 b   |  11 lines

  1.  
  2.     assume cs:cseg,ds:cseg
  3.  
  4. cseg segment
  5.     jmp    qad
  6. qad:
  7.     ret
  8. cseg ends
  9.  
  10. end
  11.